翻訳と辞書
Words near each other
・ Vertex Buffer Object
・ Vertex configuration
・ Vertex cover
・ Vertex cycle cover
・ Vertex distance
・ Vertex enumeration problem
・ Vertex figure
・ Vertex function
・ Vertex Group
・ Vertex Inc
・ Vertex model
・ Vertex normal
・ Vertex of a representation
・ Vertex operator algebra
・ Vertex Pharmaceuticals
Vertex pipeline
・ Vertex separator
・ Vertex-transitive graph
・ VertexFX
・ Vertexguy
・ Vertexicola
・ Vertfee Takahara Nasu
・ Verthemex
・ Vertheuil
・ VertiBird
・ VERTIC
・ Vertic
・ Vertica
・ Vertica (butterfly)
・ Vertical


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Vertex pipeline : ウィキペディア英語版
Vertex pipeline
The function of the vertex pipeline in any GPU is to take geometry data (usually supplied as vector points), work with it if needed with either fixed function processes (earlier DirectX), or a vertex shader program (later DirectX), and create all of the 3D data points in a scene to a 2D plane for display on a computer monitor.
It is possible to eliminate unneeded data from going through the rendering pipeline to cut out extraneous work (called view volume clipping and backface culling). After the vertex engine is done working with the geometry, all the 2D calculated data is sent to the pixel engine for further processing such as texturing and fragment shading.
As of DirectX 9c, the vertex processor is able to do the following by programming the vertex processing under the Direct X API:
* Tessellation
* Displacement mapping
* Geometry blending
* Higher-order primitives
* Point sprites
* Matrix stacks
==External links==

* (Anandtech Article )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Vertex pipeline」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.